Fix typo in previous commit
authorJustin Burkett <justin@burkett.cc>
Sat, 24 Feb 2018 21:35:16 +0000 (16:35 -0500)
committerJustin Burkett <justin@burkett.cc>
Sat, 24 Feb 2018 21:35:16 +0000 (16:35 -0500)
which-key.el

index f16361d14c671c874b94281e43803b1f6e07cdea..c4900e73844dfc746f854fbee2ebeb6cbf13d2d4 100644 (file)
@@ -1656,7 +1656,7 @@ alists. Returns a list (key separator description)."
 (defun which-key--get-keymap-bindings (keymap &optional all prefix)
   "Retrieve top-level bindings from KEYMAP.
 If ALL is non-nil, get all bindings, not just the top-level
-one. PREFIX is for internal use and should not be used."
+ones. PREFIX is for internal use and should not be used."
   (let (bindings)
     (map-keymap
      (lambda (ev def)